Xbasic

User Control Properties

Description

The following list contains User Control Setup and Dimension Properties

Properties

Object Name Character

Any text description that you wish.

Example

:formname.controlname.object.name as C
Transparent control

Indicates whether Alpha Anywhere needs to repaint the background of the control.

Printable controlLogical

Indicates whether the control should be printed with the form.

Example

:formname.controlname.object.printable as L
HideLogical

When checked the button becomes invisible.

Example

:formname.controlname.object.visible as L
LeftNumeric

Sets the horizontal position of the control.

Example

formname.controlname.object.left as N
TopNumeric

Sets the vertical position of the control.

Example

formname.controlname.object.top as N
WidthNumeric

Sets the width of the control.

Example

formname.controlname.object.width as N
HeightNumeric

Sets the height of the control.

Example

formname.controlname.object.height as N